Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the mapping mode of the View object's display Window.
C++:
#include "imsigx.h"
HRESULT hr = pObject->get_MappingMode(&prop1);
HRESULT hr = pObject->put_MappingMode(prop2);
Visual Basic:
prop1 = object.MappingMode
object.MappingMode = prop2
Parts:
prop1 |
long |
[out][retval] |
The Windows mapping mode. |
prop2 |
long |
[in] |
The Windows mapping mode. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums